org.eclipse.vtp.framework.interactions.core.media
Class DateContent
java.lang.Object
org.eclipse.vtp.framework.interactions.core.media.Content
org.eclipse.vtp.framework.interactions.core.media.FormattableContent
org.eclipse.vtp.framework.interactions.core.media.DateContent
public class DateContent
- extends FormattableContent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELEMENT_NAME
public static final java.lang.String ELEMENT_NAME
- See Also:
- Constant Field Values
DateContent
public DateContent()
DateContent
public DateContent(org.w3c.dom.Element element)
getContentTypeName
public java.lang.String getContentTypeName()
- Specified by:
getContentTypeName in class FormattableContent
format
public java.util.List format(IFormatter formatter,
IMediaProvider mediaProvider)
- Specified by:
format in class FormattableContent
store
public org.w3c.dom.Element store(org.w3c.dom.Element element)
- Specified by:
store in class Content
getContentType
public java.lang.String getContentType()
- Specified by:
getContentType in class Content
createCopy
public Content createCopy()
- Specified by:
createCopy in class Content